home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / klibc-utils.postinst < prev    next >
Encoding:
Text File  |  2012-11-12  |  207 b   |  13 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ ! -L /usr/share/doc/klibc-utils ] && \
  6. [ -e /usr/share/doc/klibc-utils ]; then
  7.     rm -rf /usr/share/doc/klibc-utils
  8.     cd /usr/share/doc/
  9.     ln -sf libklibc /usr/share/doc/klibc-utils
  10. fi
  11.  
  12.  
  13.